home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / training.swf / scripts / DefineSprite_106_die_screen / frame_20 / DoAction.as
Encoding:
Text File  |  2010-03-13  |  106 b   |  7 lines

  1. stop();
  2. hero.gotoAndPlay(10);
  3. nextlevel_button.onRelease = function()
  4. {
  5.    _root.gotoAndPlay(1);
  6. };
  7.